2 Imports System
.Reflection
3 Imports System
.Runtime
.CompilerServices
4 Imports System
.Runtime
.InteropServices
5 Imports System
.Security
.Permissions
7 ' General Information about an assembly is controlled through the following
8 ' set of attributes. Change these attribute values to modify the information
9 ' associated with an assembly.
11 ' Review the values of the assembly attributes
13 <Assembly
: AssemblyTitle("client")>
14 <Assembly
: AssemblyDescription("")>
15 <Assembly
: AssemblyCompany("Microsoft")>
16 <Assembly
: AssemblyProduct("")>
17 <Assembly
: AssemblyCopyright("Copyright @ Microsoft 2004")>
18 <Assembly
: AssemblyTrademark("")>
20 <Assembly
: ComVisible(False)>
21 <Assembly
: CLSCompliant(True)>
22 <Assembly
: SecurityPermissionAttribute(SecurityAction
.RequestMinimum
)>
23 <Assembly
: AssemblyConfiguration("")>
24 <Assembly
: AssemblyCulture("")>
26 'The following GUID is for the ID of the typelib if this project is exposed to COM
27 <Assembly
: Guid("41af4062-96ab-442e-9533-acf112cf7e31")>
29 ' Version information for an assembly consists of the following four values:
36 ' You can specify all the values or you can default the Build and Revision Numbers
37 ' by using the '*' as shown below:
39 <Assembly
: AssemblyVersion("1.0.0.0")>
40 <Assembly
: AssemblyFileVersion("1.0.0.0")>